home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’96 / Sessions ’96 / TCL and New Technologies / QDGX ƒ / Source / MainItems.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-13  |  794 b   |  34 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  MainItems.h
  3.  
  4.                 Main Item Constants
  5.     
  6.     Copyright © 1996 My Software Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architect™
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file.
  12.  
  13.     If you want to change how Visual Architect generates this file, you can
  14.     change the template for this file. It is "Items.h" in the Visual Architect
  15.     Templates folder.
  16.  
  17.  ******************************************************************************/
  18.  
  19. #pragma once
  20.  
  21.  
  22.     //    Item numbers for each item.
  23.     //
  24.     //    Use TCLGetItemPointer (ViewUtilities) to convert these
  25.     //    item numbers to a pointer to the named item.
  26.  
  27. enum
  28. {
  29.     Main_Begin_,
  30.     kMain_GXPano = 1,
  31.     kMain_GXPanoID = 1L,
  32.     Main_End_
  33. };
  34.